home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 October / DPPCPRO1005.ISO / Download / Web Developer / webdeveloper.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / linearize_page.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-03-21  |  150 b   |  10 lines

  1. *
  2. {
  3.     float: none !important;
  4.     position: static !important;
  5. }
  6.  
  7. table, tbody, td, tfoot, th, thead, tr
  8. {
  9.     display: block !important;
  10. }